Skip to main content

Get Workspaces

Get Workspaces

Response

idstring

Id of the workspace.

realmstring

Name of the workspace.

displayNamestring

Display name of the workspace.

workspacestring

Workspace URL.

hasCustomDomainboolean

true/false workspace having custom domain or not.

enabledboolean

true/false for workspace is enabled or not.

modestring

Mode of the workspace.

dnsenabledboolean

true/false for dns enabled or not.

liveboolean

true/false for the workspace is live or not.

localestring

Locale language of the workspace.

Sample Response
[
{
"id": "c9542c4b-df69-4153-a411-a0dd6b84d3b3",
"realm": "grootan",
"displayName": "eztoauth",
"workspace": "http://localhost:8080",
"hasCustomDomain": false,
"enabled": true,
"mode": "wiam",
"dnsenabled": false,
"live": true,
"locale": "en"
},
{
"id": "51cc1251-2ace-4ee6-9872-00abacf0b833",
"realm": "workforce-mode",
"displayName": "Workforce Mode",
"workspace": "http://localhost:8080",
"hasCustomDomain": false,
"enabled": true,
"mode": "wiam",
"dnsenabled": false,
"live": false,
"locale": "en"
}
]
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...